@charset "utf-8";
html,body{width:100%;}
p{
    font-size: 14px;
}
.w1660{
   max-width: 1660px;
   margin: 0 auto;
   overflow: hidden;
}
.w1900{
   max-width: 1900px;
   margin: 0 auto;
   overflow: hidden;
}
.top{
   width: 100%;
   height: 90px;
   position: fixed;
   padding-top: 20px;
   background: rgba(255,255,255,0.5);
   left: 0;
   z-index: 99;
   min-width: 1660px;
}
.top .w1660{
   display: flex;
   overflow: visible;
   justify-content: space-between;
}
.logo{
   width: 210px;
   height: 90px;
   background: url(../images/logo.png) 0 center no-repeat;
   margin-right: 50px;
}
.nav{
   width: auto;
   height: 90px;
   display: flex;
   flex: 1;
   position: relative;
}
.nav li{
   margin-right: 19px;
   width: 126px;
   height: 90px;
}
.nav li a{
   text-decoration: none;
   color: #000;
}
.nav li .a1{
   display: block;
   width: 100%;
   height: 100%;
   text-align: center;
   line-height: 90px;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
}
.nav li:hover .a1{
   background-color: #0154a6;
   color: #fff;
}
.nav li .subnav{
   width: auto;
   height: 76px;
   position: absolute;
   top: 91px;
   display: none;
   left: 0;
   background-color: rgba(255, 255, 255, 0.7);
}
.nav li .subnav a{
   width: 217px;
   height: 76px;
   display: block;
   line-height: 76px;
   text-align: center;
   margin-right: 39px;
   font-size: 14px;
   color: #000000;
   position: relative;
}
.nav li .subnav.good a{
    margin-right: 0;
    width: 160px;
}
.nav li .subnav a:hover{
   background-color: #0154a6;
   color: #fff;
}
.nav li .subnav a:last-child{
    margin: 0;
}
.nav li .subnav a:hover::after{
   content: "";
   width: 68px;
   height: 1px;
   background-color: #005bac;
   position: absolute;
   left: 50%;
   margin-left: -34px;
   top: 56px;
}
.nav li:hover .subnav{
   display: flex;
}

.top-right{
   width: 370px;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.top-right .top-iphone{
   width: auto;
   padding-left: 44px;
   height: 90px;
   line-height: 90px;
   font-size: 14px;
   color: #005bac;
   background: url(../images/iphone.png) 0 center no-repeat;

}
.top-right .top-iphone span{
   font-size: 18px;
   font-weight: bold;
}
.top-right .topicon{
   width: 30px;
   height: 30px;
   background: url(../images/topicon1.png) 0 0 no-repeat;
   position: relative;
}
.submenu{
    display: none;
    left: 50%;
    transform: translate(-50%,0);
    border-radius: 5px;
    background: #fff;
    width: 50px;
    position: absolute;
    top: 100%;
}
.top-right .topicon:hover .submenu{
    display:block;
}
.submenu a{
    color: #000;
    padding: 10px 0;
    display: block;
    text-align: center;
}
.box1{
   height: 817px;
}
.box1 .w1660{
   display: flex;
   justify-content: space-between;
}
.box1 .left{
   flex: 0 0 60%;
   height: 650px;
   margin-top: 85px;
   overflow: hidden;
}
.box1 .left .box{
    display: none;
    height: 100%;
    transition: .5s;
}
.box1 .left:hover .box{
    transform: scale(1.1);
}
.box1 .left .box:first-child{
    display: block;
    background: url(../images/home-goods1.jpg) no-repeat;
    background-size: 100%;
}
.box1 .left .box:nth-child(2){
    background: url(../images/home-goods2.jpg) no-repeat;
    background-size: 100%;
}
.box1 .left .box:nth-child(3){
    background: url(../images/home-goods3.jpg) no-repeat;
    background-size: 100%;
}
.box1 .left .box:nth-child(4){
    background: url(../images/home-goods4.jpg) no-repeat;
    background-size: 100%;
}
.box1 .left .box:nth-child(5){
    background: url(../images/home-goods5.jpg) no-repeat;
    background-size: 100%;
}
.box1 .left .box:nth-child(6){
    background: url(../images/home-goods6.jpg) no-repeat;
    background-size: 100%;
}
.box1 .left .box:nth-child(7){
    background: url(../images/home-goods7.jpg) no-repeat;
    background-size: 100%;
}
.box1 .left .box:nth-child(8){
    background: url(../images/home-goods8.jpg) no-repeat;
    background-size: 100%;
}

.box1 .right{
    flex: 1;
   height: auto;
   margin-top: 85px;
   padding-left: 40px;
}

.box1nav{
   width: 100%;
   display: flex;
   flex-wrap: wrap;
}
.box1nav a{
    flex: 0 0 30%;
   height: 45px;
   font-size: 16px;
   display: flex;
   justify-content: center;
   align-items: center;
   background: url(../images/prodnavbgh.jpg) 0 0 no-repeat;
   margin: 0 15px 30px 0;
   color: #fff;
   text-decoration: none;
}
.box1 .box1nav a:last-child{
    display: none;
}
.box1 .box1nav a:nth-child(3n){
    margin-right: 0;
}
.box1nav a i{
   display: block;
   width: 9px;
   margin-right: 8px;
   height: 9px;
   background: url(../images/box1navicon.png) 0 0 no-repeat;
}
.box1nav a:hover{
   background: url(../images/prodnavbg.jpg) 0 0 no-repeat;
}
.box1-title{
   width: 100%;
   height: 89px;
   margin-top: 46px;
}
.box1-title h1{
   display: block;
   width: 100%;
   height: 28px;
   font-weight: bold;
   font-size: 24px;
   color: #595959;
}
.box1-title h2{
   display: block;
   height: 54px;
   line-height: 54px;
   font-size: 36px;
   font-weight: bold;  
}
.box1-title h2 span{
   color: #005bac;
}
.box1-cont{
   width: 100%;
   height: auto;
   overflow: hidden;
}
.box1-cont span{
   display: block;
   text-indent: 2em;
   font-size: 16px;
   line-height: 36px;
}
.box1 .right .box{
    display: none;
}
.box1 .right .box:first-child{
    display: block;
}
.box2{
   height: 575px;
   background: url(../images/box2.jpg) right center no-repeat;
   position: relative;
}
.box2 .box2-img{
    position: absolute;
    width: 950px;
    height: 575px;
    left: 0;
    top: 0;
    background: url(../images/box2-img.jpg) center no-repeat;
    background-size: 100%;
    transition: .5s;
}
.box2 .box2-img:hover{
    background: url(../images/box2-img.jpg) center no-repeat;
    background-size: 105%;
}
.box2cont{
   position: absolute;
   width: 770px;
   height: 382px;
   right: 10%;
   margin-left: -20px;
   top: 95px;
   background-color: #fff;
   box-sizing: border-box;
   padding: 26px 20px 0 20px;
   display: flex;
   flex-wrap: wrap;
}
.box2cont .item{
   width: 50%;
   height: 140px;
   margin-top: 25px;
   display: flex;
   justify-content: space-between;
}

.box2cont .item i{
   width: 102px;
   height: 140px;
   flex-shrink: 0;
   transform-style: preserve-3d;
    transition: 0.7s;
    perspective: 600px;
}
.box2cont .item:hover i{
    transform: rotateY(180deg);
}
.box2cont .item .itemcont{
   flex: 1;
}
.box2cont .item .itemcont h1{
   display: block;
   width: 100%;
   height: 44px;
   line-height: 44px;
   font-size: 24px;
   color: #005bac;
   font-weight: bold;
}
.box2cont .item .itemcont span{
   font-size: 12px;
   color: #595959;
}
.box2cont .item:nth-child(1) i{
   background: url(../images/box2icon1.png) center center no-repeat;
}
.box2cont .item:nth-child(2) i{
   background: url(../images/box2icon2.png) center center no-repeat;
}
.box2cont .item:nth-child(3) i{
   background: url(../images/box2icon3.png) center center no-repeat;
}
.box2cont .item:nth-child(4) i{
   background: url(../images/box2icon4.png) center center no-repeat;
}
.box3{
   height: 1010px;
   background: url(../images/box3.jpg) center 0 no-repeat;
}
.box3-cont{
   width: 100%;
   height: 562px;
   margin-top: 137px;
   display: flex;
   justify-content: space-between;
}
.box3-cont .left{
   width: 720px;
}
.box3-cont .left h1{
   display: block;
   margin-top: 72px;
   height: 59px;
   line-height: 59px;
   font-size: 52px;
   font-weight: bold;
   color: #005bac;
   text-stroke: 2px #FFFFFF;
   -webkit-text-stroke: 2px #FFFFFF;
}
.box3-cont .left span{
   display: block;
   margin-top: 10px;
   height: 41px;
   line-height: 41px;
   font-size: 28px;
   font-weight: bold;
   color: #333;
   text-stroke: 0.5px #FFFFFF;
   -webkit-text-stroke: 0.5px #FFFFFF;
}
.box3-cont .left .cont{
   line-height: 36px;
   text-indent: 2em;
   font-size: 16px;
   color: #fff;
   margin-top: 36px;
}
.box3-cont .left a{
   display: flex;
   width: 140px;
   justify-content: center;
   align-items: center;
   color: #fff;
   text-decoration: none;
   margin-top: 47px;
   height: 38px;
   background: linear-gradient(261deg, #015EEA, #00C0FA);
   border-radius: 6px;
   border: 2px solid #FFFFFF;
}
.box3-cont .left a:hover{
    background: #595959;
}
.box3-cont .right{
   width: 893px;
   height: 562px;
    position: relative;
}

.box3-cont .right span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 10;
}
.box3-cont .btn1{
	background: url(../images/video-icon.jpg) center no-repeat;
	background-size: cover;
}
.box3-cont .btn2{
	opacity: 0;
	background: url(../images/video-icon2.png) center no-repeat;
}
.box3-cont .btn1::before{
	content: "";
	position: absolute;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	border: 1px solid white;
	left: 403px;
    top: 237px;
	z-index: 10;
	animation: video 2s;
	animation-iteration-count: infinite;
}
@keyframes video {
	0% {
		opacity: 1;
    	transform: scale(1.5);
	}
    
	100% {
    	opacity: 0;
	    transform: scale(3);
	}
}
.box3list{
   width: 100%;
   height: 184px;
   background-color: #fff;
   margin-top: 66px;
   display: flex;
}
.box3list li{
   width: 25%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center
}
.box3list li .box3list-top{
   width: 100%;
   height: 62px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.box3list li .box3list-top i{
   display: block;
   width: 70px;
   height: 38px;
}
.box3list li .box3list-top .sp1{
   font-weight: bold;
   font-size: 53px;
   height: 62px;
   line-height: 62px;
   color: #FFFFFF;
   background: linear-gradient(261deg, #015EEA 0%, #00C0FA 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.box3list li .box3list-top .sp2{
   font-weight: bold;
   font-size: 16px;
   height: 62px;
   line-height: 82px;
   color: #FFFFFF;
   background: linear-gradient(261deg, #015EEA 0%, #00C0FA 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.box3list li  .box3list-bottom{
   margin-top: 10px;
   color: #666666;
}
.box3list li:nth-child(1) .box3list-top i{
   background: url(../images/box3icon1.png) 0 center no-repeat
}
.box3list li:nth-child(2) .box3list-top i{
   background: url(../images/box3icon2.png) 0 center no-repeat
}
.box3list li:nth-child(3) .box3list-top i{
   background: url(../images/box3icon3.png) 0 center no-repeat
}
.box3list li:nth-child(4) .box3list-top i{
   background: url(../images/box3icon4.png) 0 center no-repeat
}
.box4{
   height: 590px;
}
.box4 .w1900{
   display: flex;
   justify-content: space-between;
}
.box4 .left{
    flex: 0 0 49.5%;
    margin-right: 0.5%;
   height: 560px;
   margin-top: 15px;
   padding-left: 50px;
   position: relative;
   overflow: hidden;
}
.box4 .left:before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/box4-1.jpg) no-repeat;
   background-size: cover;
   left: 0;
   top: 0;
   z-index: -1;
   transition: .3s;
}
.box4 .left:hover:before{
    transform: scale(1.1);
}
.box4 .left .sp1{
   display: inline-block;
   font-size: 48px;
   height: 65px;
   line-height: 65px;
   margin-top: 260px;
   font-weight: bold;
   color: #fff;
   text-stroke: 1px #FFFFFF;
   -webkit-text-stroke: 1px #FFFFFF;
   background: linear-gradient(261deg, #015EEA 0%, #00C0FA 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;

}
.box4 .left .sp2{
   width: 100%;
   line-height: 25px;
   margin-top: 17px;
   display: block;
   font-weight: bold;
   color: #005bac;
   text-stroke: 0.2px #FFFFFF;
   -webkit-text-stroke: 0.2px #FFFFFF;
   font-size: 16px;
}
.box4 .left a{
   display: flex;
   width: 140px;
   justify-content: center;
   align-items: center;
   color: #fff;
   text-decoration: none;
   margin-top: 47px;
   height: 38px;
   background: linear-gradient(261deg, #015EEA, #00C0FA);
   border-radius: 6px;
   border: 2px solid #FFFFFF;
}
.box4 .left a:hover{
    background: #595959;
}
.box4 .right{
   margin-top: 15px;
   flex: 0 0 50%;
}
.box4 .right div{
   width: 100%;
   height: 275px;
   margin-bottom: 10px;
   padding-left: 50px;
}
.box4 .right .right-box1{
    background: url(../images/box4-2.jpg) 0 center no-repeat;
    background-size: cover;
    position: relative;
   overflow: hidden;
}
.box4 .right .right-box1:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/box4-2.jpg) no-repeat;
   background-size: cover;
   left: 0;
   top: 0;
   transition: .3s;
}
.box4 .right .right-box1:hover:before{
    transform: scale(1.1);
}
.box4 .right .right-box2{
    background: url(../images/box4-3.jpg) 0 center no-repeat;
    background-size: cover;
    position: relative;
   overflow: hidden;
}
.box4 .right .right-box2:before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/box4-3.jpg) no-repeat;
   background-size: cover;
   left: 0;
   top: 0;
   transition: .3s;
}
.box4 .right .right-box2:hover:before{
    transform: scale(1.1);
}
.box4 .right .sp1{
   display: block;
   font-size: 48px;
   height: 65px;
   padding-top: 30px;
   line-height: 65px;
   font-weight: bold;
   color: #fff;
   position: relative;
}
.box4 .right .sp2{
   width: 100%;
   height: 50px;
   line-height: 25px;
   margin-top: 17px;
   display: block;
   color: #fff;
   font-size: 16px;
   position: relative;
}
.box4 .right a{
   display: flex;
   width: 140px;
   justify-content: center;
   align-items: center;
   color: #fff;
   text-decoration: none;
   margin-top: 35px;
   height: 38px;
   border-radius: 6px;
   background: linear-gradient(261deg, #015EEA, #00C0FA);
   border: 2px solid #fff;
   position: relative;
}
.box4 .right a:hover{
    background: #8b8b8b;
}

.box5{
   height: 731px;
   background: url(../images/box5.jpg) center 0 no-repeat;
}
.box5 h1{
   width: 100%;
   height: 62px;
   line-height: 62px;
   color: #005BAC;
   font-size: 43px;
   margin-top: 40px;

}
.box5 .sp1{
   display: inline-block;
   width: 564px;
   line-height: 29px;
   margin-top: 7px;
   font-size: 14px;
   color: #000;
}
.box5 .num{
   width: 100%;
   height: 66px;
   overflow: hidden;
   display: flex
}
.box5 .num .sp2{
   line-height: 66px;
   color: #005bac;
   font-size: 70px;
   font-weight: bold;
}
.box5 .num .sp3{
   font-size: 17px;
   line-height: 100px;
}
.box5 .sp4{
   font-size: 19px;
   margin-top: 10px;  
}
.friendlist{
   width: 611px;
   height: auto;
   display: flex;
   flex-wrap: wrap;
   margin-top: 15px;
}
.friendlist li{
   width: 180px;
   border: 1px solid #e5e5e5;
   margin-right: 6px;
   margin-bottom: 6px;
   overflow: hidden;
}
.friendlist li:hover{
    border-color: #00C0FA;
}
.friendlist li img{
    width: 100%;
    transition: .3s;
}
.friendlist li:hover img{
    transform: scale(1.1);
}
.friendlist li:nth-child(3n){
   margin-right: 0;
}
.box6{
   height: 800px;
}
.box4list{
   position: absolute;
   left: 50%;
   transform: translate(-50%,0) !important;
   width: 100%;
   height: 800px;
   display: flex;
}
.box4list li{
   flex: 1;
   height: 800px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   position: relative;
   transition:all ease-out .3s 0s;-webkit-transition:all ease-out .3s 0s;-moz-transition:all ease-out .3s 0s;-o-transition:all ease-out .3s 0s;
   overflow: hidden;
}
.box4list li:nth-child(1){
   background: url(../images/box6pic1.jpg) 0 0 no-repeat;
   background-size: 100% 100%;
}
.box4list li:nth-child(2){
   background: url(../images/box6pic2.jpg) 0 0 no-repeat;
   background-size: 100% 100%;
}
.box4list li:nth-child(3){
   background: url(../images/box6pic3.jpg) 0 0 no-repeat;
   background-size: 100% 100%;
}
.box4list li:nth-child(4){
   background: url(../images/box6pic4.jpg) 0 0 no-repeat;
   background-size: 100% 100%;
}
.box4list li:nth-child(5){
   background: url(../images/box6pic5.jpg) 0 0 no-repeat;
   background-size: 100% 100%;
}
.box4list li .zhedang{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,0.5);
}
.box4list li i{
   width: 67px;
   height: 67px;
   display: block;
}
.box4list li:nth-child(1) i{
   background: url(../images/box6icon1.png) 0 0 no-repeat;
}
.box4list li:nth-child(2) i{
   background: url(../images/box6icon2.png) 0 0 no-repeat;
}
.box4list li:nth-child(3) i{
   background: url(../images/box6icon3.png) 0 0 no-repeat;
}
.box4list li:nth-child(4) i{
   background: url(../images/box6icon4.png) 0 0 no-repeat;
}
.box4list li:nth-child(5) i{
   background: url(../images/box6icon5.png) 0 0 no-repeat;
}
.box4list li h1{
    margin-top: 10px;
   height: 50px;
   line-height: 50px;
   text-align: center;
   color: #fff;
   font-size: 30px;
   font-weight: bold;
   
}
.box4list li .sp1{
   width: 26px;
   height: 2px;
   margin-top: 23px;
   background-color: #fff;
}
.box4list li .sp2{
   position: absolute;
   bottom: 240px;
   width: 520px;
   line-height: 30px;
   color: #015EEA;
   font-size: 20px;
   text-align: center;
   display: none;
   font-weight: bold;
   background: linear-gradient(261deg, #015EEA 0%, #00C0FA 100%);
   -webkit-text-stroke: 0.4px #FFFFFF;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.box4list li:hover{
   width: 540px;
   flex: 1.5;
   flex-shrink: 0;
}
.box4list li:hover h1{
   background: linear-gradient(261deg, #015EEA 0%, #00C0FA 100%);
   -webkit-text-stroke: 0.5px #FFFFFF;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.box4list li:hover .sp1{
   background: linear-gradient(261deg, #015EEA 0%, #00C0FA 100%);
   border: 2px solid #fff;
   border-radius: 2px;
}
.box4list li:hover .sp2{
   display: block;
}
.box4list li:hover .zhedang{
   display: none;
}
.box7{
   height: 830px;
   background: url(../images/box7.jpg) center 0 no-repeat;
}
.box-title{
   width: 100%;
   height: 87px;
   margin-top: 54px;
}
.news-box{
    display: flex;
}
.box-title h1{
   display: block;
   width: 100%;
   height: 46px;
   line-height: 46px;
   font-size: 40px;
   color: #005BAC;
   font-weight: bold;
}
.box-title span{
   display: block;
   width: 100%;
   height: 41px;
   line-height: 41px;
   font-size: 26px;
   color: #005BAC;
}
.newslist{
    flex: 0 0 40%;
   height: auto;
}
.newslist li{
   width: 100%;
   height: 205px;
   box-sizing: border-box;
   padding: 20px 20px 20px 0;
   border-bottom: 1px solid #5b5b5b;
}
.newslist li:nth-last-child(1){
   border-bottom: none;
}
.newslist li a{
   display: block;
   text-decoration: none;
   width: 100%;
   overflow: hidden;
   height: 100%;
   box-sizing: border-box;
   padding: 0 26px;

}
.newslist li a h1{
   width: 100%;
   height: 28px;
   margin-top: 17px;
   font-size: 18px;
   font-weight: bold;
   color: #000;
   display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newslist li a span{
   width: 100%;
   line-height: 31px;
   height: 62px;
   margin-top: 5px;
   font-size: 16px;
   color: #333333;
   display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newslist li a div{
   width: 105px;
   height: 19px;
   line-height: 19px;
   background: url(../images/newsicon.png) right center no-repeat;
   font-size: 12px;
   color: #333333;
   margin-top: 20px;
}
.newslist li:hover a{
   background-color: #005bac;
}
.newslist li:hover h1,.newslist li:hover span,.newslist li:hover div{
   color: #fff;
}
.bottombg{
   background: url(../images/bottom.jpg) center no-repeat;
   background-size: cover;
}
.bottom{
   border-bottom: 1px solid rgba(255, 255, 255, 0.2);
   box-sizing: border-box;
   padding-top: 44px;
}
.bottom .w1660{
   display: flex;
   justify-content: space-between;
}
.bottom .left{
   height: 255px;
   border-right: 1px solid rgba(255, 255, 255, 0.2);
   width: 554px;
}
.btlogo{
   width: 100%;
   height: 150px;
   background: url(../images/btlogo.png) center no-repeat;
}
.bottom .left span{
   width: 500px;
   display: block;
   line-height: 35px;
   color: #fff;
   margin-top: 25px;
   font-size: 16px;
}
.btlist{
   width: 1040px;
   height: auto;
   display: flex;
   flex-wrap: wrap
}
.btlist li:nth-child(3n+1){
   width: 450px;
   flex-shrink: 0;
}
.btlist li:nth-child(3n+2){
   width: 450px;
}
.btlist li:nth-child(3n){
   width: 140px;
}
.btlist li:nth-child(3n) img{
    width: 120px;
}
.btlist li h1{
   width: 100%;
   display: block;
   text-indent: 21px;
   height: 36px;
   line-height: 36px;
   font-size: 18px;
   color: #fff;
   background: url(../images/bttitle.png) 0 center no-repeat; 
}
.btlist li span{
   line-height: 24px;
   color: #fff;
   font-size: 14px;
}
.footer{
    padding: 5px 0;
   text-align: center;
   font-size: 14px;
   color: #fff;
}
.footer a{
    color: #fff;
}
.pagetop{
   background-color: rgba(255, 255, 255, 0.6);   
}
.pagebanner{
   height: 550px;
}
.pagebanner1{
   background: url(../images/pagebanner1.jpg) center 0 no-repeat;
}
.pagebanner2{
   background: url(../images/pagebanner2.png) center 0 no-repeat;
}
.pagebanner3{
   background: url(../images/pagebanner3.png) center 0 no-repeat;
}
.pagebanner4{
   background: url(../images/pagebanner4.png) center 0 no-repeat;
}
.pagebanner5{
   background: url(../images/pagebanner5.png) center 0 no-repeat;
}
.pagebanner6{
   background: url(../images/pagebanner6.png) center 0 no-repeat;
}
.location{
   height: 175px;
   position: relative;
   margin-top: -64px;
}
.w1430{
   width: 1430px;
   margin: 0 auto;
   overflow: hidden;
}
.pagerightnav{
   width: 100%;
   display: flex;
   justify-content: center;
   height: 84px;
}
.pagerightnav li{
   height: 84px;
   width: 230px;
   margin: 0 36px;
   background-color: #fff;
   box-sizing: border-box;
   border-bottom: 4px solid #e0e0e0;
}
.pagerightnav li a{
    background: #0154a6;
   display: block;
   width: 100%;
   text-align: center;
   height: 84px;
   font-size: 18px;
   color: #fff;
   line-height: 84px;
   text-decoration: none;
   border-bottom: 4px solid #0154a6;
}
.pagerightnav li:hover a{
    background: #fff;
    color: #000;
   border-bottom: 4px solid #0154a6;
}
.address{
   width: auto;
   height: 90px;
   line-height: 90px;
   padding-left: 28px;
   background: url(../images/address.png) 0 center no-repeat;
   color: #000;
}
.page-title{
   width: 100%;
   height: 69px;
   background: url(../images/pagetitle.png) center bottom no-repeat;
   text-align: center;
   line-height: 69px;
   font-weight: bold;
   color: #1772de;
   font-size: 30px;
}
.page{
   height: auto;
   overflow: hidden;
   margin-bottom: 30px;
}
.pagecontent{
   width: 100%;
   height: auto;
   overflow: hidden;
}
.prodcont{
   width: 100%;
   display: flex;
   justify-content: space-between;
}


.prodcont{
   width: 100%;
   min-height: 500px;
   overflow: hidden;
}
.prodlist-navbox{
    margin-right: 20px;
   flex: 0 0 300px;
   height: auto;
}
.prodlist-nav-title{
   width: 100%;
   height: 42px;
   line-height: 42px;
   color: #0154a6;
   padding-left: 32px;
   font-size: 22px;
   background: url(../images/prodnavicon.jpg) 0 center no-repeat;
}
.prodlist-nav{
   width: 100%;
   height: auto;
}
.prodlist-nav li{
   width: 100%;
   height: 55px;
   line-height: 55px;
   margin-bottom: 4px;
   background-color: #0154a6;
}
.prodlist-nav li a{
   display: block;
   width: 100%;
   text-decoration: none;
   color: #fff;
   box-sizing: border-box;
   padding-left: 30px;
   font-size: 16px;
   position: relative;
   border: 1px solid transparent;
}
.prodlist-nav li a::after{
   content: "";
   width: 13px;
   height: 4px;
   top: 50%;
   margin-top: -2px;
   position: absolute;
   right: 30px;
   background-color: #fff;
   border-radius: 1px;
}
.prodlist-nav li:hover{
   background-color: #fff;
}
.prodlist-nav li:hover a{
   color: #222222;
   border-color: #0154a6;
}
.prodlist-nav li:hover a::after{
   background-color: #222222;
}
.page-prodlist{
   width: 1308px;
   height: auto;
   display: flex;
   flex-wrap: wrap;
}
.page-prodlist li{
   width: 306px;
   position: relative;
   margin-right: 27px;
   margin-bottom: 29px;
   background-color: #0154a6;
}
.page-prodlist li:nth-child(4n){
   margin-right: 0;
}


.page-prodlist li:hover{
    background-color: #e0e0e0;
}

.page-prodlist li img{
   width: 100%;
}
.page-prodlist li span{
   display: block;
   width: 100%;
   height: 47px;
   text-align: center;
   line-height: 47px;
   font-size: 14px;
   color: #fff;
}
.page-prodlist li:hover span{
    color: #333;
}



.prodpage{flex: 1;min-height: 403px;border-radius: 5px;}
.prodpage-cont{display:flex;}
.prodpage .left{flex: 1;margin-top: 54px}
.prodpage .right{flex: 1;margin-top:54px;}
.prodpage .right h1{display: block;width: 100%;line-height: 50px;color: #333;font-size:24px;text-align: center;}
.prodpage .right span{display: block;width: 100%;line-height: 29px;margin-top:10px;color: #686868}
.prodcontent{width: 100%;height: auto;padding-bottom:20px;margin-left: 47px;overflow: hidden;margin: top 30px;}
.page-newslist{
   width: 100%;
   height: auto;
}
.page-newslist li{
   width: 100%;
   padding-bottom: 15px;
   box-sizing: border-box;
   border-bottom: 1px solid #f6f6f6;
}
.page-newslist li a{
   width: 100%;
   height: 72px;
   margin-top: 68px;   
   text-decoration: none;
   display: block;
   overflow: hidden;
   display: flex
}
.page-newslist li .left{
   width: 112px;
   height: 72px;
   flex-shrink: 0;
}
.page-newslist li .left h1{
   width: 100%;
   display: block;
   height: 40px;
   line-height: 40px;
   font-size: 18px;
   color: #3a3f41;   
}
.page-newslist li .left span{
   display: block;
   width: 100%;
   height: 28px;
   margin-top: 8px;
   background: url(../images/pagenewsicon.png) 0 center no-repeat;
}
.page-newslist li .center{
   width: 92px;
   flex-shrink: 0;
   height: 72px;
}
.page-newslist li .center span{
   width: 55px;
   display: block;
   height: 1px;
   margin-top: 20px;
   margin-left: 12px;
   background-color: #c9c9c9;
}
.page-newslist li .right{
   flex: 1;
   height: 72px;
}
.page-newslist li .right h1{
   height: 40px;
   line-height: 40px;
   font-size: 20px;
   font-weight: bold;
   color: #000;
}
.page-newslist li .right span{
   height: 22px;
   display: block;
   line-height: 22px;
   margin-top: 10px;
   color: #9e9e9e;
}
.page-newslist li:hover .left span{
   background: url(../images/pagenewsiconh.png) 0 center no-repeat;
}
.page-newslist li:hover .right h1{
   color: #0154a6;
}


.newspage{width:100%;float:left;min-height:500px;}
.newshow-top{text-align:center;width:100%;height:auto;overflow:hidden;float:left;}
.newshow-top h1{font-size:24px;margin-top:18px;height:auto;display:block;width:100%;line-height:30px;float:left;color:#333333}
.newshow-top span{font-size:12px;color:#888888;line-height:26px;display:block;float:left;width:100%;margin-top:3px;margin-bottom:10px}
.fengexian1{border-bottom:1px solid #ebebeb;width:100%;}
.newshow-ct{padding-bottom:27px;color:#555555;margin-left:15px;margin-right:10px;padding-top:15px;width: 100%;}
.newshow-bot{width:100%;position:relative;margin-bottom:5px;float:left;overflow:hidden;margin-top:10px;margin-bottom:10px;}
.newshow-bot span{color:#666666;font-size:13px;display:block;width:550px;margin-top:3px;line-height:20px;margin-left: 15px;}
.newshow-bot span a{color:#666666;text-decoration:none;}
.newshow-bot span a:hover{color:#407aee;}
.piclista{
   width: 100%;
   height: auto;
   display: flex;
   flex-wrap: wrap;
}
.piclista li{
   width: 388px;
   margin-bottom:36px;
   margin-right: 36px;
   box-sizing: border-box;
   display: flex;
   align-items: center;
   justify-content: center;
}
.piclista li:nth-child(4n){
   margin-right: 0;
}
.piclista li img{
   width: 100%;
   border: 1px solid #eee;
}


.contact{width: 100%;height: 606px;display: flex;background-color: #1772de;margin-top: 30px;}
.contact .map{width: 914px;height: 606px;box-sizing: border-box;background-color: #fff;}
.contact .contact-cont{width: auto;box-sizing: border-box;padding: 40px 50px;flex: 1;}
.contact .contact-cont p{
    margin: 0;
    color: #fff;
}
.contact .contact-cont p:first-child{
    padding-bottom: 40px;
    border-bottom: 1px dashed rgba(255,255,255,0.3);
    margin-bottom: 30px;
}
.contact .contact-cont a{
    color: #fff;
}
.contact .contact-cont p:nth-child(2),
.contact .contact-cont p:nth-child(3),
.contact .contact-cont p:nth-child(4),
.contact .contact-cont p:nth-child(5),
.contact .contact-cont p:nth-child(6){
    padding: 10px 0;
    font-size: 16px;
}
.contact .contact-cont p:nth-child(7){
    font-weight: bold;
    font-size: 20px;
    padding-top: 40px;
    margin-top: 20px;
    border-top: 1px dashed rgba(255,255,255,0.3);
}
.formbox{
   width: 100%;
   box-sizing: border-box;
   padding: 0 100px;
   margin-top: 40px;
}
.formbox .input1{
   width: 100%;
   height: 160px;
   background-color: #f8f8f8;
   box-sizing: border-box;
   padding-left: 10px;
   padding-top: 10px;
   border: none;
   outline: none;
}
.formbox .inputbox{
   width: 100%;
   height: 42px;
   display: flex;
   justify-content: space-between;
   margin-bottom: 20px;
}
.formbox .inputbox .i1{
   width: 580px;
   background-color: #f8f8f8;
   height: 42px;
   border: none;
   outline: none;
   padding-left: 10px;
}
.chekebox{
   width: 590px;
   display: flex;
   justify-content: space-between;
}
.chekebox .i2{
   width: 480px;
   background-color: #f8f8f8;
   height: 42px;
   border: none;
   outline: none;
   padding-left: 10px;
}
.chekebox .checkboxa{
   width: 92px;
   height: 42px;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #f8f8f8;
   color: #1772de;
}
.formbox .i3{
   width: 100%;
   height: 42px;
   background-color: #1772de;
   color: #fff;
   border: none;
}
.main-about{
    position: relative;
    padding-top: 20px;
}
.main-about h2{
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    color: #dddddd;
    padding-bottom: 30px;
}
.main-about h3{
    position: absolute;
    font-size: 34px;
    left: 10%;
    top: 40px;
    color: #0154a6;
    font-weight: bold;
}
.main-about img{
    width: 600px;
    padding: 0 0 20px 20px;
    float: right;
}
.main-about p{
    line-height: 40px;
}
.ce-box{
    display: flex;
    flex-wrap: wrap;
}
.ce-box p{
    flex: 0 0 260px;
    margin-right: 1%;
    display: flex;
    align-items: center;
}
.ce-box p:nth-child(6n){
    margin-right: 0;
}
.ce-box p img{
    width: 100%;
}
.ce-box li{
    width: 260px;
    margin-right: 15px;
}
.ce-box li:nth-child(4n){
    margin-right: 15px;
}
.ce-box li:nth-child(6n){
    margin-right: 0;
}
.goods-top{
    margin-bottom: 40px;
    display: flex;
}
.goods-top .left{
    flex: 0 0 35%;
}
.goods-top .left img{
    width: 100%;
}
.goods-top .right{
    padding: 15px 0 0 40px;
}
.goods-top .right h2{
    font-size: 26px;
    color: #0154a6;
    font-weight: bold;
    padding-bottom: 15px;
    background: url(../images/goods-icon.png) left bottom no-repeat;
}
.hjph{
    display: none;
}
td{
    border: 1px solid #ddd !important;
}
.partner-box{
    display:flex;
}

.pagecontent img{
    padding: 0 5px;
}
.partner-box img{
    padding: 0 15px;
    width: 295px;
}
.partner-box .left{
    flex: 0 0 23%;
    padding-right: 20px;
    line-height: 35px;
}
.box7 .w1660{
    position: relative;
}
.box7 .news-img{
    flex: 1;
    height: 600px;
    background: url(../images/box7-img.jpg) center no-repeat;
    background-size: 100%;
    transition: .5s;
}
.box7 .news-img:hover{
    background: url(../images/box7-img.jpg) center no-repeat;
    background-size: 105%;
}
.box5 .w1660{
    position: relative;
}

.box5 .map-add span{
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
	border: 1px solid #ddd;
    animation: show 2s;
    animation-iteration-count: infinite;
}

@keyframes show {
	0% {
		opacity: 1;
    	transform: scale(1.5);
	}
    
	100% {
    	opacity: 0;
	    transform: scale(4);
	}
}
.box5 .map-add span:nth-child(1){
    right: 794px;
    top: 233px;
}
.box5 .map-add span:nth-child(2){
    right: 723px;
    top: 233px;
}
.box5 .map-add span:nth-child(3){
    right: 753px;
    top: 258px;
}
.box5 .map-add span:nth-child(4){
    right: 745px;
    top: 360px
}
.box5 .map-add span:nth-child(5){
    right: 675px;
    top: 440px;
}
.box5 .map-add span:nth-child(6){
    right: 745px;
    top: 500px
}
.box5 .map-add span:nth-child(7){
    right: 535px;
    top: 410px;
}
.box5 .map-add span:nth-child(8){
    right: 569px;
    top: 245px
}
.box5 .map-add span:nth-child(9){
    right: 576px;
    top: 230px;
}
.box5 .map-add span:nth-child(10){
    right: 509px;
    top: 222px;
}
.box5 .map-add span:nth-child(11){
    right: 380px;
    top: 355px;
}
.box5 .map-add span:nth-child(12){
    right: 288px;
    top: 384px;
}
.box5 .map-add span:nth-child(13){
    right: 208px;
    top: 454px;
}
.box5 .map-add span:nth-child(14){
    right: 239px;
    top: 244px;
}
.box5 .map-add span:nth-child(15){
    right: 195px;
    top: 205px;
}
.box5 .map-add span.add{
    right: 347px;
    top: 208px;
}
.partner-box {
    display: flex;
    flex-wrap: wrap;
}
.pagerightnav .active a{
    background: #fff;
    color: #000;
    border-bottom: 4px solid #0154a6;
}
.pagecontent.app{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: space-between;
}

.pagecontent.app .box{
    flex: 0 0 24%;
    position: relative;
    margin-bottom: 20px;
}
.pagecontent.app img{
    width: 100%;
    padding: 0;
}
.pagecontent.app .text{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}
.pagecontent.app .text p{
    text-align: center;
    padding: 0 30px;
    color: #fff;
    display: none;
}
.pagecontent.app .box:hover p{
    display: block;
}
.pagecontent.app .box:hover .text{
    background: rgba(0,0,0,0.1);
}
.pagecontent.app h2{
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: bold;
    color: #fff;
}
.zoom-img-wrap:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/close.png) center no-repeat;
    right: -360px;
    top: -225px;
}